From 6e9dbba130b37cbc538d1d3a14cdb64f6c904f43 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 25 Jul 2020 00:31:08 -0400 Subject: [PATCH] colorswatch: Remove unused radius fields The radius fields are never used. --- gtk/gtkcolorswatch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c index 475067a6b9..63688eb448 100644 --- a/gtk/gtkcolorswatch.c +++ b/gtk/gtkcolorswatch.c @@ -59,7 +59,6 @@ struct _GtkColorSwatch GtkWidget parent_instance; GdkRGBA color; - double radius[4]; char *icon; guint has_color : 1; guint use_alpha : 1; -- 2.30.2